setUncoloredPatternPaintColor Method
In This Topic
Sets the uncolored pattern paint color.
If the pattern colorspace associated with this pen's color contains an uncolored tiling pattern then the pattern will be painted using the color specified in this property.
Note: This property cannot be set to another pattern color.
Syntax
public void setUncoloredPatternPaintColor(
PDFColor
)
|
Parameters
- value
- The color used to paint an uncolored pattern.
Exceptions
| Exception | Description |
| java.lang.IllegalArgumentException | |
See Also